//==============================================================================
// Spear Flaming_anim.txt
//==============================================================================

//==============================================================================
define fire
{
    TechLogic none/TG Javelin Lvl 11
    set hotspot
    {
        version
        {
            Visualparticle SFX Javelin Fire
        }
    }   
    set hotspot
    {
        version
        {
            Visualparticle SFX Javelin Fire
        }
    }
}

//==============================================================================
define trail
{
    set hotspot
    {
        version
        {
            Visualparticle SFX Projectile Trail Gungnire
        }
    }
}

//==============================================================================
anim Idle
{
    SetSelector
    {      
        TechLogic none/TG Javelin Lvl 11
		set hotspot
        {
            version
            {
                Visual Attachments A Javelin Thrown
		        replaceTexture Attachments A Spear Standard/Attachments A Spear Copper
				//replaceTexture Attachments A Spear Standard/Javelin Map
			    connect hotspot fire hotspot
			    connect hotspot trail hotspot
            }
        }
		set hotspot
        {
            version
            {
                Visual Attachments A Javelin Thrown
		        replaceTexture Attachments A Spear Standard/Attachments A Spear Copper
				//replaceTexture Attachments A Spear Standard/Javelin Map
			    connect hotspot fire hotspot
			    connect hotspot trail hotspot
            }
        }
    }
}
